Skip to content

Comments

Fix memory leak in todo_list example#14

Merged
meszmate merged 1 commit intomainfrom
fix/11-memory-leak-in-example-todo_list
Feb 13, 2026
Merged

Fix memory leak in todo_list example#14
meszmate merged 1 commit intomainfrom
fix/11-memory-leak-in-example-todo_list

Conversation

@meszmate
Copy link
Owner

@meszmate meszmate commented Feb 13, 2026

Summary

  • address the allocator leak that occurs when adding a TODO item in the example todo_list run
  • make sure the persistent allocator does not retain duplicated string data after each entry

@meszmate meszmate linked an issue Feb 13, 2026 that may be closed by this pull request
@meszmate meszmate merged commit 2e839f3 into main Feb 13, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

memory leak in example todo_list

1 participant